home *** CD-ROM | disk | FTP | other *** search
- Path: access1.digex.net!not-for-mail
- From: ell@access1.digex.net (Ell)
- Newsgroups: comp.lang.c++
- Subject: Temporaries and Memory Management
- Date: 10 Feb 1996 06:41:52 GMT
- Organization: The Universe
- Message-ID: <4fheng$89v@news4.digex.net>
- NNTP-Posting-Host: access1.digex.net
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- While many C++ compiler implementations generate temporary objects, from
- what I understand after re-reading the ARM, they _all_ should delete the
- temporaries after exiting the scope where they are generated. So no
- memory leaks on that score. Advantage C++ design.
-
- Elliott
-